﻿2026-06-15T10:02:39.0101970Z ##[group]Run actions/checkout@v5
2026-06-15T10:02:39.0102864Z with:
2026-06-15T10:02:39.0103272Z   fetch-depth: 0
2026-06-15T10:02:39.0103804Z   repository: SaberMage/spt-core
2026-06-15T10:02:39.0106826Z   token: ***
2026-06-15T10:02:39.0107221Z   ssh-strict: true
2026-06-15T10:02:39.0107608Z   ssh-user: git
2026-06-15T10:02:39.0107942Z   persist-credentials: true
2026-06-15T10:02:39.0108347Z   clean: true
2026-06-15T10:02:39.0108755Z   sparse-checkout-cone-mode: true
2026-06-15T10:02:39.0109167Z   fetch-tags: false
2026-06-15T10:02:39.0109543Z   show-progress: true
2026-06-15T10:02:39.0109920Z   lfs: false
2026-06-15T10:02:39.0110234Z   submodules: false
2026-06-15T10:02:39.0110623Z   set-safe-directory: true
2026-06-15T10:02:39.0111132Z ##[endgroup]
2026-06-15T10:02:39.1997692Z Syncing repository: SaberMage/spt-core
2026-06-15T10:02:39.1998954Z ##[group]Getting Git version info
2026-06-15T10:02:39.1999478Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-15T10:02:39.2280273Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-15T10:02:39.2495686Z git version 2.43.0.windows.1
2026-06-15T10:02:39.2522622Z ##[endgroup]
2026-06-15T10:02:39.2531961Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\398e3669-d629-4a03-96c8-037420b461ca\.gitconfig'
2026-06-15T10:02:39.2547250Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\398e3669-d629-4a03-96c8-037420b461ca' before making global git config changes
2026-06-15T10:02:39.2548483Z Adding repository directory to the temporary git global config as a safe directory
2026-06-15T10:02:39.2552405Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-15T10:02:39.2795451Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-15T10:02:39.2987714Z https://github.com/SaberMage/spt-core
2026-06-15T10:02:39.3015836Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-15T10:02:39.3019766Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-15T10:02:39.3211386Z HEAD
2026-06-15T10:02:39.3462909Z ##[endgroup]
2026-06-15T10:02:39.3466199Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-15T10:02:39.7108418Z ##[group]Cleaning the repository
2026-06-15T10:02:39.7111967Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-15T10:02:44.2173764Z Removing .adapter-notify/
2026-06-15T10:02:44.2174385Z Removing target/
2026-06-15T10:02:44.2207821Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-15T10:02:44.2859234Z HEAD is now at 28bcae2 Merge ac6c8026d1ecd17e5dc3525c6ce483550ae5da96 into e08cea0dd604d378c77233876ff9f9d895d6ff7e
2026-06-15T10:02:44.2883486Z ##[endgroup]
2026-06-15T10:02:44.2887588Z ##[group]Disabling automatic garbage collection
2026-06-15T10:02:44.2892143Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-15T10:02:44.3114333Z ##[endgroup]
2026-06-15T10:02:44.3114748Z ##[group]Setting up auth
2026-06-15T10:02:44.3121263Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-15T10:02:44.3333831Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-15T10:02:44.6803301Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-15T10:02:44.7028648Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-15T10:02:45.0729680Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-15T10:02:45.0950977Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-15T10:02:45.4770905Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-15T10:02:45.5065834Z ##[endgroup]
2026-06-15T10:02:45.5066236Z ##[group]Fetching the repository
2026-06-15T10:02:45.5075628Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +2c7764209dc8029babab00e627f25a31b32a0332:refs/remotes/pull/12/merge
2026-06-15T10:02:47.3565146Z From https://github.com/SaberMage/spt-core
2026-06-15T10:02:47.3565711Z    ac6c8026..caaf797a  docs/msg-envelope-adr-0020               -> origin/docs/msg-envelope-adr-0020
2026-06-15T10:02:47.3566275Z  * [new branch]        fix/update-apply-confident-message       -> origin/fix/update-apply-confident-message
2026-06-15T10:02:47.3568447Z  + 28bcae20...2c776420 2c7764209dc8029babab00e627f25a31b32a0332 -> pull/12/merge  (forced update)
2026-06-15T10:02:47.3693296Z ##[endgroup]
2026-06-15T10:02:47.3693739Z ##[group]Determining the checkout info
2026-06-15T10:02:47.3694087Z ##[endgroup]
2026-06-15T10:02:47.3698927Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-15T10:02:47.3966527Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-15T10:02:47.4178537Z ##[group]Checking out the ref
2026-06-15T10:02:47.4182703Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/12/merge
2026-06-15T10:02:47.4650028Z Warning: you are leaving 1 commit behind, not connected to
2026-06-15T10:02:47.4650541Z any of your branches:
2026-06-15T10:02:47.4650723Z 
2026-06-15T10:02:47.4651036Z   28bcae20 Merge ac6c8026d1ecd17e5dc3525c6ce483550ae5da96 into e08cea0dd604d378c77233876ff9f9d895d6ff7e
2026-06-15T10:02:47.4651514Z 
2026-06-15T10:02:47.4651704Z If you want to keep it by creating a new branch, this may be a good time
2026-06-15T10:02:47.4652145Z to do so with:
2026-06-15T10:02:47.4652311Z 
2026-06-15T10:02:47.4652473Z  git branch <new-branch-name> 28bcae20
2026-06-15T10:02:47.4652647Z 
2026-06-15T10:02:47.4653027Z HEAD is now at 2c776420 Merge caaf797a83c8148cf7400c2a595969aeca03e80d into e08cea0dd604d378c77233876ff9f9d895d6ff7e
2026-06-15T10:02:47.4674879Z ##[endgroup]
2026-06-15T10:02:47.4950397Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-15T10:02:47.5171966Z 2c7764209dc8029babab00e627f25a31b32a0332
